home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global topupied
- if topupied <> 0 then
- exit
- else
- continue()
- end if
- if rollOver(32) then
- highlighter1()
- else
- set the visible of sprite 5 to 0
- end if
- if rollOver(33) then
- highlighter2()
- else
- set the visible of sprite 6 to 0
- end if
- if rollOver(34) then
- highlighter3()
- else
- set the visible of sprite 7 to 0
- set the visible of sprite 36 to 0
- end if
- end
-